-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LA-166 ux issues when saving an integration #5555
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fides
|
Project |
fides
|
Branch Review |
refs/pull/5555/merge
|
Run status |
|
Run duration | 00m 49s |
Commit |
|
Committer | Lucano Vera |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
4
|
View all changes introduced in this branch ↗︎ |
@@ -240,6 +240,10 @@ export const stubPlus = (available: boolean, options?: HealthCheck) => { | |||
statusCode: 400, | |||
body: {}, | |||
}).as("getPlusHealth"); | |||
cy.intercept("GET", "/api/v1/plus/*", { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're not in plus, all plus endpoints should return 404.
...ui/src/features/datastore-connections/system_portal_config/forms/ConnectorParametersForm.tsx
Outdated
Show resolved
Hide resolved
...ui/src/features/datastore-connections/system_portal_config/forms/ConnectorParametersForm.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally and it is working well!
fides
|
Project |
fides
|
Branch Review |
main
|
Run status |
|
Run duration | 00m 51s |
Commit |
|
Committer | Lucano Vera |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
4
|
View all changes introduced in this branch ↗︎ |
Co-authored-by: Lucano Vera <[email protected]>
Description Of Changes
Fix unexpected re-enabling of an integration after saving. Fix validation issues with boolean field.
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md
updated